home *** CD-ROM | disk | FTP | other *** search
/ Ian & Stuart's Australian Mac: Not for Sale / Another.not.for.sale (Australia).iso / hold me in your arms / Nexus / nexus.software / short.slip < prev   
Text File  |  1994-04-07  |  12KB  |  207 lines

  1.                          _SLIP_in_330_lines_or_less_
  2. by Rick Nyman (enyman@vt.edu)
  3.  
  4. Permission is granted to freely distribute unaltered copies of this file 
  5. with all credits intact.  Feel free to email me with questions but make 
  6. sure the word SLIP is part of your subject to help me handle the volume 
  7. of questions that I have been getting.  Unfortunately, I do not have 
  8. technical knowledge of a setting up and running a SLIP _server_, except 
  9. for using a computer running NOS (MS-DOS software) as a gateway and 
  10. that is not exactly a professional setup.  Any other questions are 
  11. welcome though.
  12.  
  13. Happy netting!
  14.  
  15. What is SLIP?
  16.      Serial Line Internet Protocol, it is one of many ways that computers
  17.      on the internet can exchange data.  I like to call it `serial ethernet'
  18.      as it allows computers to exchange IP packets as opposed to
  19.      straight ASCII.
  20. Why is SLIP better than a `regular connection'?
  21.      SLIP allows computers to exchange IP packets, the basic data unit of
  22.      the internet.  When you call a mainframe with a modem for a standard
  23.      log-in, the remote computer sends straight ASCII characters to your
  24.      computer (or terminal) and receives straight ASCII from your computer.
  25. What is so special about those IP packets?
  26.      IP packets are the basis of the entire internet.  Every internet
  27.      protocol is based on these packets.  With a SLIP connection, any
  28.      computer can have the internet functionality of a computer hooked into
  29.      ethernet.  Software is the limit.  In fact, some people hook UNIX
  30.      machines up to the internet using SLIP.  A remote user that calls into
  31.      those computers gets the same connection as if calling a UNIX host
  32.      with a `real internet connection'.
  33. So a SLIP connection will allow people to call my computer?
  34.      Well, sort of.  An internet connection is like a telephone line.  In
  35.      order to make use of it, you much have accessories (answering machine,
  36.      phone, modem).  If you have the right software, there is no limit to
  37.      what you can do.  With my SLIP connection, I can open an FTP window,
  38.      be downloading a file as I am reading news, open a Telnet window to a
  39.      host and run Mosaic.  The only limits are my computer's capability to
  40.      have that many applications runnning (and my desktop space in windows)
  41.      and the bandwidth of my connection.
  42. What do you mean, bandwidth?
  43.      Bandwidth is the amount of data that a connection can handle.  A T1
  44.      line (College campuses usually have a couple of these connecting the
  45.      campus to their internet provider, ANS in Va Tech's case) can handle
  46.      1.44 million bits of data per second.  A 57.6k leased line can handle
  47.      57,600 bits of data per second.  Slip is limited by the speed of the
  48.      data line or modem.  I run a v.32bis modem which gives me 14,400 bits
  49.      per second.  A 2400 baud modem is limited to 2,400 bits per second and
  50.      is generally considered too slow to SLIP, although that depends on
  51.      your demands and patience.  Most well connected hosts can FTP files at
  52.      30Kbytes per second, about 20 times faster than I can transfer data
  53.      with my SLIP connection.  If you have more than one virtual connection
  54.      over a SLIP connection, they have to share the bandwidth.  The TOTAL
  55.      speed of data will always be somewhat less than the ideal speed
  56.      (although high speed modems with their data compression sometimes push
  57.      the speed above the 14,400 `official' speed).
  58. More than one virtual connection?  What are you babbling about?
  59.      SLIP is just a serial implementation of the IP protocol.  This means
  60.      that it has the same capability as the `real' networks in that it
  61.      can handle multiple connections on the same connection.  IP packets
  62.      have a destination address in the header that allows them to go to a
  63.      specific port on a certain computer.  Just as a `fully connected'
  64.      host can handle multiple incoming and outgoing connections, so can a
  65.      SLIP connected computer.
  66. Why would you want to have a SLIP connected computer for personal use?
  67.      While SLIP may seem useful only for computers that take incoming
  68.      connections (such as UNIX machines), many people are switching desktop
  69.      PC's to SLIP.  It allows them to have more customized software, often
  70.      with a graphical interface not found with most UNIX systems.  It moves
  71.      the computing load off the mainframes, as all SLIP requires is a
  72.      terminal server to pass the IP packets along.  You do not need to
  73.      worry with binary file transfer to a mainframe, as SLIP by definition
  74.      handles all types of data and data can be sent to or recieved from the
  75.      distant computer without ever having to go through the local
  76.      mainframe.
  77. Where can I get SLIP?
  78.      If you are affiliated with a university, ask your computing center
  79.      about it.  If they don't have it, then there is not too much you can
  80.      do there.  You must have a local dial in or data connection to use
  81.      SLIP.  To the best of my knowledge, SLIP packets cannot be sent over
  82.      telnet connections.
  83.      If you are willing to pay for access, SLIP from an internet provider
  84.      runs from $30 a month to over $150, depending on the provider and your
  85.      needs.  My service is $33 a month with 4 free hours per day through
  86.      Clark.net as an example.  While I am at school (Va Tech), the cost of
  87.      computing resources is covered in tuition.
  88. What can you do with a computer running:
  89.      UNIX?
  90.           Many versions of UNIX come with SLIP support as part of the
  91.           operating system.  With a continuous SLIP connection to a UNIX
  92.           machine, you could basically have a full internet computer,
  93.           capable of taking incoming ftp, telnet, finger, and other
  94.           connections.  Your only limit would be the computer's
  95.           capabilities and the bandwidth of the connection.
  96.      Macintosh System?
  97.           I know of telnet, mail, WWW, and other clients available for the
  98.           Mac platform, but not being a MAC person, all I know of is their
  99.           existance.
  100.      MS-DOS?
  101.           There are a few software packages out there, most of them require
  102.           a packet driver.  All a packet driver does is provide a common
  103.           interface to the SLIP connection that is compatible with network
  104.           connections.
  105.            NUPOP:  Developed by Northwestern University, NUPOP is an
  106.             outstanding software package.  It combines mail, gopher,
  107.             telnet, ftp, and other services into a single program with
  108.             menus and mouse support.  It also supports autodialing for
  109.            SLIP users that have to call over a modem to get connected to
  110.             their service.  The only fault I can find with it is that it
  111.             does not support multiple virtual connections.
  112.            NOS:  NOT FOR THE FAINT OF HEART, NOS is a program developed
  113.             by the Amateur Packet Radio community.  It has telnet and ftp
  114.             SERVERS as well as mail, finger, and other miscellaneous
  115.             services.  It provides the rough functionality of a UNIX box,
  116.             and although its interface is a little rough, it is extremely
  117.             functional and I have seen a couple hosts running the package.
  118.            Other packages.  There are a good number of other packages,
  119.             including commercial ones such as FTP software's product line,
  120.             NCSA telnet, and other packages like NUPOP.  I used the
  121.             Trumpet newsreader for a short time before I switched to
  122.             Windows packages.  If you have SLIP, look around and keep your
  123.             eyes open, stuff's out there.
  124.      MS-Windows?
  125.           A relatively new addition to the networking scene, winsock has
  126.           opened the way for networking software to be released for the MS-
  127.           Windows environment.  Similar to a packet driver, winsock
  128.           provides an interface between a packet driver and the networking
  129.           packages. (The latest Trumpet winsock has internal SLIP support,
  130.           eliminating the packet driver  requirement for SLIP users).
  131.           Winsock is short for Windows Sockets.  Winsockets gives
  132.           unprecedented power and ease of use for Windows networkers.
  133.            Trumpet winsock:  This is the one I would recommend.  I
  134.             believe Alpha 18 has been recently released with its dialing
  135.             scripts, although I am still using Alpha 17 version because it
  136.             works better with the dialer that I already have.  It comes
  137.             with basic clients for FTP, telnet, and more.
  138.            Windows Eudora:  This package is a nice mail client.  If you
  139.             have pop access to your emailbox on a mainframe, this program
  140.             has full aliases, mail forwarding and redirecting, multiple
  141.             mailboxes for storing mail, finger and PH (phonebook) clients,
  142.             and a really nice interface.
  143.            Windows Trumpet:  This package is the windows version of
  144.             Trumpet newsreader, one of the better known newsreaders.  It
  145.             also has built in email (sending and receiving).
  146.            WinVN:  This is another newsreader, one with a different
  147.             philosophy than the standard ones.  It is more newsroaming and
  148.             less read-your-news-like-email oriented.  Try it and see what
  149.             you think.
  150.            WS-FTP:  This program is a very nice graphical FTP program.
  151.             (I call it point and click FTP for idiots, not meaning that in
  152.             a derogatory sense either)  It remembers the FTP sites that
  153.             you call, allowing you to pick the site from a list (which it
  154.             automatically builds) and change directories/get&send files
  155.             all with simple mouse clicks.
  156.            WinQVTNet:  This program combines a good telnet with excellent
  157.             vt100 emulation, nice FTP, and passable news, mail, and lpr
  158.             (printer)clients in one package.  Although it is shareware,
  159.             the registration cost is quite reasonable for someone who
  160.             would use the services.
  161.            Mosaic:  The absolute latest in internet toys, Mosaic and the
  162.             World Wide Web (I think WWW was developed by CERN in
  163.             Switzerland, Mosaic is by NCSA, someone correct me if I am
  164.             wrong) is like a cross between gopher and a Windows help file.
  165.             Hypertext links pointing to other hypertext documents on other
  166.             continents, gopher servers, telnet or ftp sites, and more.
  167.             Support for graphics makes it even nicer.  Warning:  This will
  168.             run a tad slow at 14,400 slip.  I can't comprehend using it at
  169.             2400, it would be excruciatingly slow.
  170.            Hgopher:  A nicely written gopher client, Hgopher has gopher
  171.             and gopher+ support as well as bookmarks.
  172.            EWAIS:  I'm still playing with this package, but it is a Wide
  173.             Area Information Server client.  You ask it a question and it
  174.             goes searching through servers to find that information.
  175.             Pretty interesting.
  176.  
  177.  
  178. Hope this answers all the questions, if there are any other questions, I am
  179. following most threads in alt.internet.services, if you don't get a
  180. response from me in a day or two, send me email.
  181.  
  182. I am also hoping to post a file that someone on our campus put together
  183. with better reviews of fewer winsock packages and the locations of the
  184. files.  I should get that one up in a day or two, as soon as I get
  185. permission.
  186.  
  187. (Update on that file:  The original author of that file is working on an 
  188. updated version and has asked that I not distribute the current version.  
  189. If you send me email, I will notify you when it is released.  Make sure 
  190. that part of the subject of your message has the word SLIP in it, as I 
  191. have gotten many messages already and that makes it easier to handle the 
  192. volume.)
  193.  
  194. Rick...
  195. enyman@vt.edu
  196.  
  197.  
  198.  
  199.  
  200.  
  201. -- 
  202. _   /\/|  _   _   /  _  Email:  mac18@cus.cam.ac.uk        IRC: Brandoch
  203.    /   |_( /_/ '_/7     SnailMail: 363 Kings College, Cambridge, England 
  204. Mark Cheverton     \_)  Finger: battle@cygnus.cp.tn.tudelft.nl for Battle
  205.      "Time is sufficient to those who utilise it" - Leonardo da Vinci
  206.  
  207.